var github.com/google/go-cmp/cmp/internal/function.intType

2 uses

	github.com/google/go-cmp/cmp/internal/function (current package)
		func.go#L38: var intType = reflect.TypeOf(0)
		func.go#L56: 		if ni == 2 && no == 1 && t.In(0) == t.In(1) && t.Out(0) == intType {